home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 April / EnigmA AMIGA RUN 06 (1996)(G.R. Edizioni)(IT)[!][issue 1996-04][Skylink CD V].iso / earcd / utilgfx / jpegv6bn.rdm < prev    next >
Text File  |  1996-03-13  |  2KB  |  48 lines

  1. Short:    IJG JPEG V6a binaries and docs
  2. Author:   IJG, Guenther@studbox.uni-stuttgart.de (Guenther Roehrich)
  3. Uploader: Guenther@studbox.uni-stuttgart.de (Guenther Roehrich)
  4. Type:     gfx/conv
  5. Replaces: gfx/conv/jpegV6bin.lha
  6.  
  7. This distribution contains the sixth public release of the Independent JPEG
  8. Group's free JPEG software.
  9.  
  10. Version 6a  7-Feb-96
  11. --------------------
  12.  
  13. Library initialization sequence modified to detect version mismatches
  14. and struct field packing mismatches between library and calling application.
  15. This change requires applications to be recompiled, but does not require
  16. any application source code change.
  17.  
  18. All routine declarations changed to the style "GLOBAL(type) name ...",
  19. that is, GLOBAL, LOCAL, METHODDEF, EXTERN are now macros taking the
  20. routine's return type as an argument.  This makes it possible to add
  21. Microsoft-style linkage keywords to all the routines by changing just
  22. these macros.  Note that any application code that was using these macros
  23. will have to be changed.
  24.  
  25. DCT coefficient quantization tables are now stored in normal array order
  26. rather than zigzag order.  Application code that calls jpeg_add_quant_table,
  27. or otherwise manipulates quantization tables directly, will need to be
  28. changed.  If you need to make such code work with either older or newer
  29. versions of the library, a test like "#if JPEG_LIB_VERSION >= 61" is
  30. recommended.
  31.  
  32. djpeg's trace capability now dumps DQT tables in natural order, not zigzag
  33. order.  This allows the trace output to be made into a "-qtables" file
  34. more easily.
  35.  
  36. New system-dependent memory manager module for use on Apple Macintosh.
  37.  
  38. Fix bug in cjpeg's -smooth option: last one or two scanlines would be
  39. duplicates of the prior line unless the image height mod 16 was 1 or 2.
  40.  
  41. Repair minor problems in VMS, BCC, MC6 makefiles.
  42.  
  43. New configure script based on latest GNU Autoconf.
  44.  
  45. Correct the list of include files needed by MetroWerks C for ccommand().
  46.  
  47. Numerous small documentation updates.
  48.